Click or drag to resize

ServiceGetStreamingEvents Method (IListString, Int32)

Gets the streaming events.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public Stream GetStreamingEvents(
	IList<string> subscriptionIds,
	int connectionTimeout
)

Parameters

subscriptionIds
Type: System.Collections.GenericIListString
The subscription ids.
connectionTimeout
Type: SystemInt32
The connection timeout.

Return Value

Type: Stream
Stream.
See Also